golang.org/x/tools/go/packages.driverResponse.Roots (field)
11 uses
golang.org/x/tools/go/packages (current package)
golist.go#L60: for _, root := range dr.Roots {
golist.go#L79: r.dr.Roots = append(r.dr.Roots, id)
golist.go#L318: isRoot := make(map[string]bool, len(dirResponse.Roots))
golist.go#L319: for _, root := range dirResponse.Roots {
golist.go#L361: response.Roots = append(response.Roots, "command-line-arguments")
golist.go#L663: response.Roots = append(response.Roots, pkg.ID)
packages.go#L230: Roots []string `json:",omitempty"`
packages.go#L633: roots := response.Roots
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)